home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 85
/
CD-ROM 85
/
CD-ROM 85.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
halt
/
scripts
/
DefineButton2_157
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-20
|
483 b
|
24 lines
on(press){
_level50.gotoAndStop("off");
if(_parent.resize._visible eq true)
{
if(getTimer() - BaseTime < 200 and BaseTime != null)
{
_parent.max.gotoAndStop("min");
}
else
{
fscommand("cn","dragOn");
BaseTime = getTimer();
}
}
else if(getTimer() - BaseTime < 200 and BaseTime != null)
{
_parent.max.gotoAndStop("max");
}
else
{
BaseTime = getTimer();
}
}